/* 专题和服务电话 */
/* 正文样式 */
.ld_panelLeft,.ld_panelRight{
  width: 48%;
}
.ld_panel{
  width: 100%;
}
.ld_carouseList{
  min-height:180px;/* 旧模块高度为350px */
  width: 100%;
  margin-top: 30px;
}
.ld_carouseList .carousel-indicators{
  bottom: -20px !important;
}
.ld_carouseList .carousel-indicators li{
  width:10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #B5B5B5 !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}
.ld_carouseList .carousel-indicators .active{
  background-color: #328CD2 !important;
}

.ld_imgSort{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content:space-between;
  margin-bottom: 20px;
}
.ld_imgSort >img{
  width: 48%;
  height: 145px;
  cursor: pointer;
}
/* 新图片区间 */
.ld_imgSort_new{
  margin-bottom: 10px;
}
.ld_imgSort_new  >img{
  height: 145px;
  cursor: pointer;
  margin-bottom: 20px;
}

/* 电话区 */
.ld_telPanel{
  width: 100%;
  margin-top: 30px;
  height: 310px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.ld_telList{
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.ld_telBox{
  width: 100%;
  background:#EDF5FB;
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.ld_telLabel{
  font-weight: 400;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
}
.ld_telNum{
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
}


@media only screen and (min-width:0px) and (max-width:400px){
.ld_imgSort >img{
  height: 80px;
}
.ld_imgSort_new >img{
  height: 80px;
}
.ld_carouseList{
  min-height:220px;
}
.ld_telPanel{
  height: 250px;
}
.ld_telLabel{
  font-size: 12px;
}
.ld_telNum{
  font-size: 10px;
}
  }
@media only screen and (min-width:401px) and (max-width:991px){
  .ld_imgSort >img{
      height: 120px;
  }
  .ld_carouseList{
      min-height: 180px;/* 旧模块高度为350px */
  }
  .ld_telPanel{
      height: 300px;
  }
  .ld_imgSort_new >img{
    height: 130px;
}
  }
